.index {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.index .banner .ma5slider {
    margin-bottom: 10px;
}

.index .banner .navs-wrapper {
    /* min-height: 27rem; */
    padding: 0 !important;
}

.index .banner .navs-wrapper .slide-area {
    overflow: visible;
    height: 600px;
}

.index .banner .banner_box {
    display: inline-block;
    /* height: 100%; */
}

.index .banner .banner_box .bnerimg {
    position: relative;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.index .banner .banner_box .bnerimg img {
    /* height: 213px; */
    width: 100%;
    margin: 0 auto;
}

.banner .navs-wrapper {
    /* height: auto !important; */
}

.index .banner .banner_box .bnerimg .banntit {
    text-align: left;
}

.index .banner .banner_box .bnerimg .banntit h2 {
    color: #4F0599;
    font-size: 1.871429rem;
}

.index .banner .banner_box .bnerimg .banntit p {
    font-size: 1.15714286rem;
    color: #333;
}

.index .banner .banner_box .bnerimg .banntit .btn {
    /* background: #4F0599 !important; */
    color: #fff;
}

.index .banner .dots {
    margin: 0;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    /* bottom: 24px; */
}

.banner_img {
    padding: 0;
}

.index .banner .banner1 {
    background-color: #c8e6f4;
}

.index .banner .banner2 {
    background-color: #F4F5F6;
}

.index .banner .banner3 {
    background-color: #bcdaff;
}

.index .banner_fot .dots {
    display: none;
}

.index .banner_fot .banbox {
    background-color: #819ab1;
    color: #fff;
}

.index .banner_fot .slides_tit .banbox {
    font-size: 22px;
    line-height: 70px;
}

.index .banner_fot .slides_tit .banbox span {
    font-size: 16px;
    display: inline;
}

.index .banner_fot .slides_tit .banbox .more_btn {
    padding: 9px 35px;
    border: 2px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 100px;
}

.index .zycp {
    width: 100%;
    position: relative;
    z-index: 999;
}

.index .zycp .zycp_pic {
    width: 100%;
    display: block;
    overflow: hidden;
}

.index .zycp .zycp_pic ul {
    width: 100%;
    transition: all .5s;
}

.index .zycp .zycp_pic ul li {
    display: inline-block;
    padding: 0 !important;
    float: none;
}

.index .zycp .zycp_pic ul li .zcjs {
    box-shadow: 0 0 5px #ccc;
}

.index .zycp .zycp_pic ul li .zc_pic {
    text-align: center;
}

.index .zycp .zycp_pic ul li .zc_pic h4 {
    margin: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    /* background-color: #4e0499; */
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.index .zycp .zycp_pic ul li .zc_pic .fl_pic {
    height: 250px;
}

.index .zycp .zycp_pic ul li .zc_pic img {
    width: 100%;
}

.index .zycp .zycp_pic ul li .fot_li {
    background: #f7f7f7;
    overflow: hidden;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs {
    padding: 25px 0;
    text-align: center;
    margin: 43px 43px 20px;
    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
    overflow: hidden;
    height: 170px;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p {
    color: #4e4f63;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p a {
    color: #333;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p .o {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn {
    text-align: center;
    padding: 20px 0;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn button {
    font-size: 20px;
    width: 150px;
    height: 51px;
    background: transparent;
    border: 0;
    border-radius: 30px;
    outline: none;
    border: 1px solid #5d7eb1;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn button:hover {
    background: #5d7eb1;
    color: #fff;
}

.index .zycp .zycp_pic ul li:hover {
    box-shadow: 2px 2px 20px #ccc;
}

.index .zycp .zycp_pic ul li:hover button {
    color: #fff !important;
    background: #5d7eb1 !important;
}

.index .zycp .cpsub_btn {
    text-align: center;
    margin-top: 50px;
}

.index .zycp .cpsub_btn button {
    width: 200px;
    height: 50px;
    /* background: #5d7eb1; */
    color: #fff;
    border: 0;
    border-radius: 6px;
    outline: none;
}
@media (min-width: 980px) {
    .banner_fot .navs-wrapper {
        display: block;
        height: 70px !important;
        padding: 0 !important;
    }
    .banner_fot .banbox span {
        display: inline-block;
        width: 100%;
        height: 100px;
    }
    .zycp_pic {
        padding: 20px 0px !important;
    }
    .zycp_pic ul li {
        margin: 25px;
        width: 28%;
    }
    .banner_img {
        margin: 0;
        padding: 0;
    }
    .index .banner .banner_box .bnerimg {
        /* padding: 75px 0; */
        overflow: hidden;
    }
    .banner .navs-wrapper {
        height: 660px;
    }
    .outside-dots .dots>.dot {
        width: 30px;
        margin: 4px 13px;
        height: 5px;
    }
    .outside-dots .dots>.dot.active {
        background-color: #819ab1!important;
        width: 35px;
    }
}

span.span_cat {
    padding: 0;
    border: 0;
    height: 89px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 980px) {
    .index .banner .banner_box {
        /* height: 580px; */
    }
    .ma5slider .slide img,
    .ma5slider>img.slide {
        width: 116%!important;
    }
    .index .banner .banner_box .bnerimg .banntit h2 {
        font-size: 16px;
        font-weight: bold;
    }
    .btn-group-justified {
        width: 100px;
    }
    .banner .navs-wrapper {
        height: 172px!important;
    }
    .index .banner .banner_box .bnerimg img {
        height: 100px;
        width: 147px;
    }
    .index .banner .banner_box .bnerimg .banntit p {
        font-size: 12px;
    }
    .banner_fot .navs-wrapper {
        display: block;
        height: 70px !important;
        padding: 0 !important;
    }
    .banner_fot .banbox span {
        display: inline-block;
        width: 100%;
        height: 100px;
    }
    .zycp_pic {
        padding: 10px !important;
    }
    .bnerimg {
        overflow: hidden;
        padding: 20px 10px;
    }
}


/* 轴承导轨类产品  开始 */

.demo {
    background: linear-gradient(to right, #ffcccc, #d3d3d3);
}

.post-slide {
    margin: 0 15px;
}

.post-slide .post-img {
    overflow: hidden;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}

.post-slide:hover .post-img img {
    transform: scale(1.08);
}

.post-slide .post-content {
    background: #fff;
    padding: 20px;
}

.post-slide .post-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}

.post-slide .post-title a {
    display: inline-block;
    color: #000;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    color: #3d3030;
    text-decoration: none;
}

.post-slide .post-description {
    font-size: 14px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}

.post-slide .post-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}

.post-slide .post-bar li {
    color: #676767;
    padding: 2px 0;
}

.post-slide .post-bar li i {
    margin-right: 5px;
}

.post-slide .post-bar li a {
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}

.post-slide .post-bar li a:after {
    content: ",";
}

.post-slide .post-bar li a:last-child:after {
    content: "";
}

.post-slide .post-bar li a:hover {
    color: #3d3030;
    text-decoration: none;
}

.post-slide .read-more {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #d11f2c;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}

.post-slide .read-more:hover {
    background: #333;
    text-decoration: none;
}

.owl-item {
    display: inline-block;
    float: left;
    /* width: 595px!important; */
}

.owl-wrapper-outer {
    width: 100%;
    overflow: hidden;
}


/* 轴承导轨类产品  结束 */

.col-lg-10.col-md-12.not-padding {
    font-size: 14px;
    color: #666;
    line-height: 27px;
    text-indent: 2em;
}

.abt_h2 {
    font-size: 30px;
    color: #d01623;
    font-weight: bold;
}